home *** CD-ROM | disk | FTP | other *** search
/ Venus 7000 / darktronics.iso / Software / Service Packs / Win2kSP4.exe / i386 / aexp3.ht_ / aexp3.htr
Encoding:
Text File  |  2003-06-19  |  1.9 KB  |  73 lines

  1. <%@Language="VBSCRIPT"%>
  2. <HTML>
  3. <!--#include file = "text.htr"-->
  4.  
  5. <title><%=L_Title_Text%></title>
  6.  
  7. <FONT COLOR=FFFFFF>
  8. <STYLE>
  9. </STYLE>
  10. </FONT>
  11.  
  12. <head>
  13.         <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  14. </head>
  15.  
  16.  
  17. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  18.  
  19. <!-- Windows NT Server with IIS  -->
  20. <%if Instr(1,Request.ServerVariables("SERVER_SOFTWARE"), "IIS") > 0 then%>
  21. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  22.     <TR VALIGN=CENTER>
  23.         <TD></TD>
  24.         <TD WIDTH=20> </TD>
  25.         <TD><FONT SIZE=+3 COLOR=#000000><B><%=L_ISM_Text%><BR> <FONT SIZE=-1><%=L_IIS6_Text%><FONT></B></FONT></TD>
  26.     </TR>
  27.     </Table>
  28. <%end if%>   
  29.  
  30. <!-- Windows NT Workstation with PWS  -->
  31. <%if Instr(1,Request.ServerVariables("SERVER_SOFTWARE"), "PWS") then%>
  32. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  33. <TR VALIGN=CENTER>
  34.     <TD></TD>
  35.     <TD WIDTH=20> </TD>
  36.     <TD><FONT SIZE=+3 COLOR=#000000><B><%=L_ISM_Text%><BR> <FONT SIZE=-1><%=L_PWS_Text%><FONT></B></FONT></TD>
  37. </TR>
  38. </Table>
  39. <%end if%>
  40.  
  41. <p>
  42.  
  43. <%=L_PasswordExpired_Text%>. <%=L_ChangeNow_Text%>.<p><p>
  44.  
  45. <form method="POST" action="http://<%=Server.HTMLEncode(Request.ServerVariables("SERVER_NAME"))%>/iisadmpwd/achg.htr?<%=Server.HTMLEncode(Request.QueryString)%>">
  46.  
  47. <table>
  48. <tr>
  49. <td><%=L_Account_Text%></td><td><input type="text" name="acct" value="<%=Server.HTMLEncode(Request.ServerVariables("REMOTE_USER"))%>"></td>
  50. </tr>
  51. <tr>
  52. <td><%=L_OldPassword_Text%></td><td><input type="password" name="old" value=""></td>
  53. </tr>
  54. <tr>
  55. <td><%=L_NewPassword_Text%></td><td><input type="password" name="new" value=""></td>
  56. </tr>
  57. <tr>
  58. <td><%=L_Confirm_Text%></td><td><input type="password" name="new2" value=""></td>
  59. </tr>
  60. </table>
  61.  
  62. <p>
  63.  
  64. <input type="hidden" name="denyifcancel" value="">
  65. <input type="submit" value="<%=L_OK_Text%>">
  66. <input type="submit" name="cancel" value="<%=L_Cancel_Text%>">
  67. <input type="reset" value="<%=L_Reset_Text%>">
  68.  
  69. </form>
  70.  
  71. </body>
  72. </html>
  73.